home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TACTIONEDITOR / TACTIONEDITOR.txt
Text File  |  2004-10-12  |  38KB  |  1,246 lines

  1. object ActionEditor: TActionEditor
  2.   Left = 163
  3.   Top = 226
  4.   Width = 646
  5.   Height = 469
  6.   HelpContext = 10048
  7.   Caption = 'Sorting Office'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pnTop: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 638
  27.     Height = 376
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     BorderWidth = 3
  31.     TabOrder = 0
  32.     object Splitter1: TSplitter
  33.       Left = 268
  34.       Top = 35
  35.       Height = 338
  36.       ResizeStyle = rsUpdate
  37.     end
  38.     object pnTree: TPanel
  39.       Tag = 11
  40.       Left = 3
  41.       Top = 35
  42.       Width = 265
  43.       Height = 338
  44.       Align = alLeft
  45.       BevelOuter = bvNone
  46.       BorderWidth = 2
  47.       Constraints.MinWidth = 200
  48.       TabOrder = 0
  49.       object Bevel1: TBevel
  50.         Left = 2
  51.         Top = 35
  52.         Width = 261
  53.         Height = 10
  54.         Align = alTop
  55.         Shape = bsTopLine
  56.       end
  57.       object pnUser: TPanel
  58.         Left = 2
  59.         Top = 2
  60.         Width = 261
  61.         Height = 33
  62.         Align = alTop
  63.         BevelOuter = bvNone
  64.         TabOrder = 0
  65.         DesignSize = (
  66.           261
  67.           33)
  68.         object lUser: TLabel
  69.           Left = 8
  70.           Top = 10
  71.           Width = 43
  72.           Height = 13
  73.           Caption = 'Acco&unt:'
  74.           FocusControl = cbUser
  75.         end
  76.         object cbUser: TComboBox
  77.           Left = 72
  78.           Top = 6
  79.           Width = 181
  80.           Height = 21
  81.           Style = csDropDownList
  82.           Anchors = [akLeft, akTop, akRight]
  83.           ItemHeight = 13
  84.           TabOrder = 0
  85.           OnChange = cbUserChange
  86.         end
  87.       end
  88.       object MLV: TMLVGrid
  89.         Left = 2
  90.         Top = 45
  91.         Width = 261
  92.         Height = 291
  93.         Align = alClient
  94.         BorderStyle = bsNone
  95.         DefaultRowHeight = 16
  96.         DefaultDrawing = False
  97.         FixedCols = 0
  98.         RowCount = 1
  99.         FixedRows = 0
  100.         Options = [goThumbTracking]
  101.         PopupMenu = pmFilter
  102.         TabOrder = 1
  103.         OnDragDrop = MLVDragDrop
  104.         OnDragOver = MLVDragOver
  105.         OnEnter = MLVEnter
  106.         OnExit = MLVEnter
  107.         AltDrag = True
  108.         AutoColResize = True
  109.         AutoSearch = True
  110.         MultiSelect = False
  111.         OnFocusItem = MLVFocusItem
  112.         ImmediateSelect = False
  113.         OnGetImageDataEx = MLVGetImageDataEx
  114.         OnDrawItemImage = MLVDrawItemImage
  115.       end
  116.     end
  117.     object pnBook: TPanel
  118.       Left = 271
  119.       Top = 35
  120.       Width = 364
  121.       Height = 338
  122.       Align = alClient
  123.       BevelOuter = bvNone
  124.       TabOrder = 1
  125.       object Book: TPageControl
  126.         Left = 0
  127.         Top = 0
  128.         Width = 364
  129.         Height = 338
  130.         ActivePage = tsGeneral
  131.         Align = alClient
  132.         Constraints.MinWidth = 200
  133.         TabOrder = 0
  134.         OnChange = BookChange
  135.         object tsGeneral: TTabSheet
  136.           Caption = 'General'
  137.           object pnName: TPanel
  138.             Left = 0
  139.             Top = 0
  140.             Width = 356
  141.             Height = 73
  142.             Align = alTop
  143.             BevelOuter = bvNone
  144.             TabOrder = 0
  145.             DesignSize = (
  146.               356
  147.               73)
  148.             object lName: TLabel
  149.               Left = 8
  150.               Top = 8
  151.               Width = 31
  152.               Height = 13
  153.               Caption = '&Name:'
  154.               FocusControl = eName
  155.             end
  156.             object Label2: TLabel
  157.               Left = 8
  158.               Top = 56
  159.               Width = 47
  160.               Height = 13
  161.               Caption = '&Condition:'
  162.             end
  163.             object eName: TEdit
  164.               Left = 8
  165.               Top = 24
  166.               Width = 334
  167.               Height = 21
  168.               Anchors = [akLeft, akTop, akRight]
  169.               TabOrder = 0
  170.             end
  171.           end
  172.           inline CFrame: TConditionFrame
  173.             Left = 0
  174.             Top = 73
  175.             Width = 356
  176.             Height = 237
  177.             HelpContext = 14020
  178.             Align = alClient
  179.             TabOrder = 1
  180.             inherited pnButtons: TPanel
  181.               Top = 215
  182.               Width = 356
  183.               Height = 22
  184.               inherited bAdd: TSpeedButton
  185.                 OnClick = CFramebAddClick
  186.               end
  187.               inherited bBlock: TSpeedButton
  188.                 Left = 48
  189.                 Width = 31
  190.                 OnClick = CFramebBlockClick
  191.               end
  192.               inherited bDelete: TSpeedButton
  193.                 Width = 65
  194.                 OnClick = CFramebDeleteClick
  195.               end
  196.             end
  197.             inherited pnIF: TPanel
  198.               Width = 356
  199.               Height = 215
  200.               inherited sbIF: TScrollBox
  201.                 Width = 352
  202.                 Height = 211
  203.               end
  204.             end
  205.             inherited mBlock: TPopupMenu
  206.               inherited mAddCondition: TMenuItem
  207.                 OnClick = CFramemAddConditionClick
  208.               end
  209.               inherited mlNewBlock: TMenuItem
  210.                 OnClick = CFramemlNewBlockClick
  211.               end
  212.               inherited mDel: TMenuItem
  213.                 OnClick = CFramemDelClick
  214.               end
  215.             end
  216.           end
  217.         end
  218.         object tsActions: TTabSheet
  219.           HelpContext = 14000
  220.           Caption = 'Actions'
  221.           OnEnter = lActionsClick
  222.           object Splitter2: TSplitter
  223.             Left = 0
  224.             Top = 129
  225.             Width = 356
  226.             Height = 3
  227.             Cursor = crVSplit
  228.             Align = alTop
  229.             AutoSnap = False
  230.           end
  231.           object pnActions: TPanel
  232.             Left = 0
  233.             Top = 0
  234.             Width = 356
  235.             Height = 129
  236.             Align = alTop
  237.             BevelOuter = bvNone
  238.             Constraints.MinHeight = 100
  239.             TabOrder = 0
  240.             object lActions: TListBox
  241.               Left = 0
  242.               Top = 0
  243.               Width = 356
  244.               Height = 129
  245.               Align = alClient
  246.               Constraints.MinHeight = 50
  247.               DragMode = dmAutomatic
  248.               ItemHeight = 13
  249.               PopupMenu = pmAct
  250.               TabOrder = 0
  251.               OnClick = lActionsClick
  252.               OnDblClick = bActEditClick
  253.               OnDragDrop = lActionsDragDrop
  254.               OnDragOver = lActionsDragOver
  255.               OnEnter = MLVEnter
  256.               OnExit = MLVEnter
  257.             end
  258.           end
  259.           object pnAllActions: TPanel
  260.             Left = 0
  261.             Top = 132
  262.             Width = 356
  263.             Height = 178
  264.             Align = alClient
  265.             BevelOuter = bvNone
  266.             Constraints.MinHeight = 98
  267.             TabOrder = 1
  268.             OnResize = pnAllActionsResize
  269.             object lAllActions: TLabel
  270.               Left = 4
  271.               Top = 26
  272.               Width = 84
  273.               Height = 13
  274.               Caption = 'Available Actions:'
  275.             end
  276.             object pnActButtons: TPanel
  277.               Left = 0
  278.               Top = 0
  279.               Width = 356
  280.               Height = 23
  281.               Align = alTop
  282.               BevelOuter = bvNone
  283.               TabOrder = 1
  284.               OnResize = pnActButtonsResize
  285.               object bActAdd: TSpeedButton
  286.                 Left = 8
  287.                 Top = 0
  288.                 Width = 73
  289.                 Height = 22
  290.                 Caption = '&Add'
  291.                 OnClick = bActAddClick
  292.               end
  293.               object bActEdit: TSpeedButton
  294.                 Left = 81
  295.                 Top = 0
  296.                 Width = 73
  297.                 Height = 22
  298.                 Caption = '&Edit'
  299.                 OnClick = bActEditClick
  300.               end
  301.               object bActDelete: TSpeedButton
  302.                 Left = 154
  303.                 Top = 0
  304.                 Width = 81
  305.                 Height = 22
  306.                 Caption = '&Delete'
  307.                 OnClick = mlActDeleteClick
  308.               end
  309.             end
  310.             object lvAllActions: TListBox
  311.               Left = 0
  312.               Top = 46
  313.               Width = 356
  314.               Height = 138
  315.               Align = alBottom
  316.               ItemHeight = 13
  317.               TabOrder = 0
  318.               OnClick = lvAllActionsClick
  319.               OnDblClick = bActAddClick
  320.             end
  321.           end
  322.         end
  323.         object tsKill: TTabSheet
  324.           Caption = 'Actions'
  325.           ImageIndex = 6
  326.           object bBrowseKill: TSpeedButton
  327.             Left = 282
  328.             Top = 79
  329.             Width = 28
  330.             Height = 28
  331.             Hint = 'Browse'
  332.             Enabled = False
  333.             NumGlyphs = 2
  334.             ParentShowHint = False
  335.             ShowHint = True
  336.             OnClick = bBrowseKillClick
  337.           end
  338.           object rgKillAction: TRadioGroup
  339.             Left = 8
  340.             Top = 8
  341.             Width = 305
  342.             Height = 41
  343.             Caption = 'Action'
  344.             Columns = 2
  345.             ItemIndex = 0
  346.             Items.Strings = (
  347.               '&Kill'
  348.               '&Ignore')
  349.             TabOrder = 0
  350.             OnClick = rgKillActionClick
  351.           end
  352.           object cbKillFromFile: TCheckBox
  353.             Tag = -10
  354.             Left = 8
  355.             Top = 60
  356.             Width = 305
  357.             Height = 17
  358.             Caption = '&Load signal strings from the file:'
  359.             TabOrder = 1
  360.             OnClick = cbKillFromFileClick
  361.           end
  362.           object eKillFile: TEdit
  363.             Left = 32
  364.             Top = 82
  365.             Width = 241
  366.             Height = 21
  367.             Enabled = False
  368.             TabOrder = 2
  369.             OnChange = eKillFileChange
  370.           end
  371.         end
  372.         object tsOptions: TTabSheet
  373.           Caption = 'Options'
  374.           object sbOptions: TScrollBox
  375.             Left = 0
  376.             Top = 0
  377.             Width = 356
  378.             Height = 310
  379.             HelpContext = 14069
  380.             Align = alClient
  381.             BorderStyle = bsNone
  382.             TabOrder = 0
  383.             object cbActive: TCheckBox
  384.               Left = 8
  385.               Top = 16
  386.               Width = 289
  387.               Height = 17
  388.               Caption = '&This filter is active'
  389.               TabOrder = 0
  390.               OnClick = cbActiveClick
  391.             end
  392.             object cbManual: TCheckBox
  393.               Left = 8
  394.               Top = 40
  395.               Width = 349
  396.               Height = 17
  397.               Caption = '&Use this filter for manual re-filtering only'
  398.               TabOrder = 1
  399.               OnClick = cbActiveClick
  400.             end
  401.             object cbContinue: TCheckBox
  402.               Left = 8
  403.               Top = 64
  404.               Width = 287
  405.               Height = 17
  406.               Caption = '&Continue processing with other filters'
  407.               TabOrder = 2
  408.               OnClick = cbActiveClick
  409.             end
  410.             object cbSendType: TRadioGroup
  411.               Left = 12
  412.               Top = 172
  413.               Width = 233
  414.               Height = 89
  415.               Caption = 'Send generated messages'
  416.               ItemIndex = 0
  417.               Items.Strings = (
  418.                 '&Accordingly to the account settings'
  419.                 '&Immediately'
  420.                 '&Queue in the Outbox')
  421.               TabOrder = 3
  422.               OnClick = cbSendTypeClick
  423.             end
  424.             object cbHotkey: TCheckBox
  425.               Tag = -2
  426.               Left = 8
  427.               Top = 88
  428.               Width = 339
  429.               Height = 17
  430.               Caption = 'Execute actions of this filter by pressing this &Hot Key:'
  431.               TabOrder = 4
  432.               OnClick = cbHotkeyClick
  433.             end
  434.             object hkHotkey: THotKey
  435.               Left = 32
  436.               Top = 106
  437.               Width = 153
  438.               Height = 19
  439.               HotKey = 0
  440.               Modifiers = []
  441.               TabOrder = 5
  442.               OnChange = hkHotkeyChange
  443.             end
  444.             object cbHKCheckMessage: TCheckBox
  445.               Left = 32
  446.               Top = 128
  447.               Width = 295
  448.               Height = 17
  449.               Caption = 'Check the &messages against this rule'
  450.               TabOrder = 6
  451.               OnClick = cbActiveClick
  452.             end
  453.             object cbHotKeyonly: TCheckBox
  454.               Left = 32
  455.               Top = 146
  456.               Width = 273
  457.               Height = 17
  458.               Caption = 'This rule is executed only by pressing the hotkey'
  459.               TabOrder = 7
  460.               OnClick = cbActiveClick
  461.             end
  462.           end
  463.         end
  464.         object tsInfo: TTabSheet
  465.           Caption = 'tsInfo'
  466.           TabVisible = False
  467.           object pnInfo: TPanel
  468.             Left = 0
  469.             Top = 0
  470.             Width = 356
  471.             Height = 310
  472.             Align = alClient
  473.             BevelOuter = bvNone
  474.             BorderWidth = 16
  475.             TabOrder = 0
  476.             object lInfo: TLabel
  477.               Left = 16
  478.               Top = 16
  479.               Width = 324
  480.               Height = 278
  481.               Align = alClient
  482.               AutoSize = False
  483.             end
  484.           end
  485.         end
  486.         object tsShare: TTabSheet
  487.           Caption = 'Share with...'
  488.           ImageIndex = 4
  489.           TabVisible = False
  490.           object clbUsers: TCheckListBox
  491.             Left = 0
  492.             Top = 0
  493.             Width = 356
  494.             Height = 281
  495.             OnClickCheck = clbUsersClickCheck
  496.             Align = alClient
  497.             BevelInner = bvNone
  498.             BevelOuter = bvNone
  499.             BorderStyle = bsNone
  500.             ItemHeight = 13
  501.             TabOrder = 0
  502.           end
  503.           object pnButtons: TPanel
  504.             Left = 0
  505.             Top = 275
  506.             Width = 356
  507.             Height = 35
  508.             Align = alBottom
  509.             BevelOuter = bvNone
  510.             TabOrder = 1
  511.             DesignSize = (
  512.               356
  513.               35)
  514.             object btnSelAll: TButton
  515.               Left = 187
  516.               Top = 8
  517.               Width = 74
  518.               Height = 25
  519.               Anchors = [akTop, akRight]
  520.               Caption = '&Select all'
  521.               TabOrder = 0
  522.               OnClick = btnSelAllClick
  523.             end
  524.             object btnDeSelAll: TButton
  525.               Tag = 1
  526.               Left = 270
  527.               Top = 8
  528.               Width = 75
  529.               Height = 25
  530.               Anchors = [akTop, akRight]
  531.               Caption = '&Deselect all'
  532.               TabOrder = 1
  533.               OnClick = btnSelAllClick
  534.             end
  535.           end
  536.         end
  537.         object tsFolders: TTabSheet
  538.           Caption = 'Folders'
  539.           ImageIndex = 5
  540.           TabVisible = False
  541.           OnResize = tsFoldersResize
  542.           DesignSize = (
  543.             356
  544.             310)
  545.           object gbFolders: TGroupBox
  546.             Left = 7
  547.             Top = 7
  548.             Width = 339
  549.             Height = 296
  550.             Anchors = [akLeft, akTop, akRight, akBottom]
  551.             Caption = 'Apply this filter for messages from'
  552.             TabOrder = 0
  553.             DesignSize = (
  554.               339
  555.               296)
  556.             object cbAnyFolder: TRadioButton
  557.               Left = 13
  558.               Top = 20
  559.               Width = 254
  560.               Height = 13
  561.               Caption = 'Any folder'
  562.               Checked = True
  563.               TabOrder = 0
  564.               TabStop = True
  565.               OnClick = cbAnyFolderClick
  566.             end
  567.             object cbFolderSet: TRadioButton
  568.               Left = 13
  569.               Top = 39
  570.               Width = 261
  571.               Height = 14
  572.               Caption = 'Specified folders only:'
  573.               TabOrder = 1
  574.               OnClick = cbAnyFolderClick
  575.             end
  576.             object mlFolders: TMLVGrid
  577.               Left = 33
  578.               Top = 59
  579.               Width = 295
  580.               Height = 211
  581.               Anchors = [akLeft, akTop, akRight, akBottom]
  582.               DefaultRowHeight = 16
  583.               DefaultDrawing = False
  584.               FixedCols = 0
  585.               RowCount = 1
  586.               FixedRows = 0
  587.               Options = [goThumbTracking]
  588.               TabOrder = 2
  589.               OnKeyDown = mlFoldersKeyDown
  590.               OnMouseDown = mlFoldersMouseDown
  591.               AltDrag = False
  592.               AutoColResize = True
  593.               AutoSearch = False
  594.               MultiSelect = False
  595.               ImmediateSelect = False
  596.               OnDrawItemImage = mlFoldersDrawItemImage
  597.             end
  598.             object cbUseSubfolders: TCheckBox
  599.               Left = 33
  600.               Top = 276
  601.               Width = 241
  602.               Height = 14
  603.               Anchors = [akLeft, akBottom]
  604.               Caption = 'Include sub-folders'
  605.               TabOrder = 3
  606.             end
  607.           end
  608.         end
  609.       end
  610.     end
  611.     object UpperDock: TDock97
  612.       Left = 3
  613.       Top = 3
  614.       Width = 632
  615.       Height = 32
  616.       AllowDrag = False
  617.       object tbTools: TToolbar97
  618.         Left = 0
  619.         Top = 0
  620.         Caption = 'Tools'
  621.         DockedTo = UpperDock
  622.         DockPos = 0
  623.         FullSize = True
  624.         TabOrder = 0
  625.         object bPaste: TToolbarButton97
  626.           Left = 90
  627.           Top = 0
  628.           Width = 28
  629.           Height = 28
  630.           Hint = 'Paste'
  631.           ParentShowHint = False
  632.           ShowHint = True
  633.           OnClick = mPasteClick
  634.         end
  635.         object bNew: TToolbarButton97
  636.           Left = 0
  637.           Top = 0
  638.           Width = 28
  639.           Height = 28
  640.           Hint = 'New filter'
  641.           ParentShowHint = False
  642.           ShowHint = True
  643.           OnClick = mNewFilterClick
  644.         end
  645.         object bCopy: TToolbarButton97
  646.           Left = 34
  647.           Top = 0
  648.           Width = 28
  649.           Height = 28
  650.           Hint = 'Copy'
  651.           ParentShowHint = False
  652.           ShowHint = True
  653.           OnClick = mCopyClick
  654.         end
  655.         object bCut: TToolbarButton97
  656.           Left = 62
  657.           Top = 0
  658.           Width = 28
  659.           Height = 28
  660.           Hint = 'Cut'
  661.           ParentShowHint = False
  662.           ShowHint = True
  663.           OnClick = mCutClick
  664.         end
  665.         object ToolbarSep971: TToolbarSep97
  666.           Left = 28
  667.           Top = 0
  668.         end
  669.         object ToolbarSep972: TToolbarSep97
  670.           Left = 146
  671.           Top = 0
  672.         end
  673.         object bUp: TToolbarButton97
  674.           Tag = -1
  675.           Left = 152
  676.           Top = 0
  677.           Width = 28
  678.           Height = 28
  679.           Hint = 'Move up'
  680.           ParentShowHint = False
  681.           ShowHint = True
  682.           OnClick = bUpFilterClick
  683.         end
  684.         object bDown: TToolbarButton97
  685.           Tag = 1
  686.           Left = 180
  687.           Top = 0
  688.           Width = 28
  689.           Height = 28
  690.           Hint = 'Move down'
  691.           ParentShowHint = False
  692.           ShowHint = True
  693.           OnClick = bUpFilterClick
  694.         end
  695.         object bLeft: TToolbarButton97
  696.           Left = 208
  697.           Top = 0
  698.           Width = 28
  699.           Height = 28
  700.           Hint = 'Move out'
  701.           ParentShowHint = False
  702.           ShowHint = True
  703.           OnClick = mFilterOutClick
  704.         end
  705.         object bRight: TToolbarButton97
  706.           Left = 236
  707.           Top = 0
  708.           Width = 28
  709.           Height = 28
  710.           Hint = 'Move in'
  711.           ParentShowHint = False
  712.           ShowHint = True
  713.           OnClick = mFilterInClick
  714.         end
  715.         object ToolbarSep973: TToolbarSep97
  716.           Left = 264
  717.           Top = 0
  718.         end
  719.         object Label1: TLabel
  720.           Left = 276
  721.           Top = 7
  722.           Width = 37
  723.           Height = 13
  724.           Caption = '&Search:'
  725.           FocusControl = eSearch
  726.         end
  727.         object ToolbarSep974: TToolbarSep97
  728.           Left = 313
  729.           Top = 0
  730.           Blank = True
  731.         end
  732.         object ToolbarSep975: TToolbarSep97
  733.           Left = 270
  734.           Top = 0
  735.           Blank = True
  736.         end
  737.         object bDelete: TToolbarButton97
  738.           Left = 118
  739.           Top = 0
  740.           Width = 28
  741.           Height = 28
  742.           Hint = 'Delete'
  743.           ParentShowHint = False
  744.           ShowHint = True
  745.           OnClick = mDeleteClick
  746.         end
  747.         object eSearch: TEdit97
  748.           Left = 319
  749.           Top = 4
  750.           Width = 148
  751.           Height = 19
  752.           TabOrder = 0
  753.           OnChange = eSearchChange
  754.           OnEnter = eSearchEnter
  755.           OnKeyDown = eSearchKeyDown
  756.         end
  757.       end
  758.     end
  759.   end
  760.   object pnBottom: TPanel
  761.     Left = 0
  762.     Top = 376
  763.     Width = 638
  764.     Height = 39
  765.     Align = alBottom
  766.     BevelOuter = bvNone
  767.     TabOrder = 1
  768.     OnResize = pnBottomResize
  769.     object cbRefilterCur: TCheckBox
  770.       Left = 4
  771.       Top = 12
  772.       Width = 269
  773.       Height = 17
  774.       Caption = 'Re-filter selected folder after editing'
  775.       TabOrder = 2
  776.     end
  777.     object btnOK: TButton
  778.       Left = 459
  779.       Top = 8
  780.       Width = 76
  781.       Height = 25
  782.       Caption = 'OK'
  783.       Default = True
  784.       ModalResult = 1
  785.       TabOrder = 0
  786.       OnClick = btnOKClick
  787.     end
  788.     object btnHelp: TButton
  789.       Left = 544
  790.       Top = 8
  791.       Width = 75
  792.       Height = 25
  793.       Caption = 'Help'
  794.       TabOrder = 1
  795.       OnClick = btnHelpClick
  796.     end
  797.   end
  798.   object MainMenu1: TMainMenu
  799.     Left = 200
  800.     Top = 56
  801.     object mFilterMenu: TMenuItem
  802.       Caption = '&File'
  803.       object mNew: TMenuItem
  804.         Caption = '&New'
  805.         OnClick = mNewClick
  806.         object mNewFilter: TMenuItem
  807.           Caption = '&Filter'
  808.           OnClick = mNewFilterClick
  809.         end
  810.         object mNewActionList: TMenuItem
  811.           Caption = 'Action &List'
  812.           Visible = False
  813.         end
  814.         object mSubfilter: TMenuItem
  815.           Caption = '&Sub-filter'
  816.           OnClick = mSubfilterClick
  817.         end
  818.         object mNewCondition: TMenuItem
  819.           Caption = '&Condition'
  820.           OnClick = mNewConditionClick
  821.         end
  822.         object mNewBlock: TMenuItem
  823.           Caption = 'Condition &Block'
  824.           OnClick = mNewBlockClick
  825.         end
  826.         object mNewAction: TMenuItem
  827.           Caption = '&Action'
  828.         end
  829.       end
  830.       object N1: TMenuItem
  831.         Caption = '-'
  832.         Visible = False
  833.       end
  834.       object mImport: TMenuItem
  835.         Caption = '&Import...'
  836.         Enabled = False
  837.         Visible = False
  838.       end
  839.       object mExport: TMenuItem
  840.         Caption = 'E&xport...'
  841.         Enabled = False
  842.         Visible = False
  843.       end
  844.       object N2: TMenuItem
  845.         Caption = '-'
  846.       end
  847.       object mClose: TMenuItem
  848.         Caption = '&Close'
  849.         ShortCut = 27
  850.         OnClick = mCloseClick
  851.       end
  852.     end
  853.     object mEditMenu: TMenuItem
  854.       Caption = '&Edit'
  855.       OnClick = mEditMenuClick
  856.       object mUndo: TMenuItem
  857.         Caption = 'Undo'
  858.         ShortCut = 16474
  859.         OnClick = mUndoClick
  860.       end
  861.       object mRedo: TMenuItem
  862.         Caption = 'Redo'
  863.         ShortCut = 24666
  864.         OnClick = mRedoClick
  865.       end
  866.       object N9: TMenuItem
  867.         Caption = '-'
  868.       end
  869.       object mCopy: TMenuItem
  870.         Caption = '&Copy'
  871.         OnClick = mCopyClick
  872.       end
  873.       object mCut: TMenuItem
  874.         Caption = 'C&ut'
  875.         OnClick = mCutClick
  876.       end
  877.       object mPaste: TMenuItem
  878.         Caption = '&Paste'
  879.         OnClick = mPasteClick
  880.       end
  881.       object mDelete: TMenuItem
  882.         Caption = '&Delete'
  883.         OnClick = mDeleteClick
  884.       end
  885.       object N4: TMenuItem
  886.         Caption = '-'
  887.       end
  888.       object bUpFilter: TMenuItem
  889.         Tag = -1
  890.         Caption = '&Move up'
  891.         OnClick = bUpFilterClick
  892.       end
  893.       object bDownFilter: TMenuItem
  894.         Tag = 1
  895.         Caption = 'M&ove down'
  896.         OnClick = bUpFilterClick
  897.       end
  898.       object mFilterIn: TMenuItem
  899.         Caption = 'Mo&ve in'
  900.         OnClick = mFilterInClick
  901.       end
  902.       object mFilterOut: TMenuItem
  903.         Caption = 'Mov&e out'
  904.         OnClick = mFilterOutClick
  905.       end
  906.     end
  907.     object View1: TMenuItem
  908.       Caption = '&View'
  909.       Visible = False
  910.       object mvFont: TMenuItem
  911.         Caption = '&Font...'
  912.       end
  913.       object N5: TMenuItem
  914.         Caption = '-'
  915.       end
  916.       object mvHorzSplit: TMenuItem
  917.         Caption = 'Split &horisontally'
  918.         GroupIndex = 10
  919.         RadioItem = True
  920.       end
  921.       object mvVertSplit: TMenuItem
  922.         Caption = 'Split &vertically'
  923.         GroupIndex = 10
  924.         RadioItem = True
  925.       end
  926.     end
  927.   end
  928.   object IFmenu: TPopupMenu
  929.     Left = 112
  930.     Top = 240
  931.   end
  932.   object mBlock: TPopupMenu
  933.     Left = 64
  934.     Top = 80
  935.     object mAddCondition: TMenuItem
  936.       Caption = '&Add condition'
  937.       ShortCut = 45
  938.     end
  939.     object mlNewBlock: TMenuItem
  940.       Caption = '&New block'
  941.       ShortCut = 16429
  942.     end
  943.     object MenuItem2: TMenuItem
  944.       Caption = '&Delete'
  945.       ShortCut = 46
  946.     end
  947.   end
  948.   object pmAct: TPopupMenu
  949.     OnPopup = mEditMenuClick
  950.     Left = 104
  951.     Top = 84
  952.     object mlActAdd: TMenuItem
  953.       Caption = '&Add'
  954.     end
  955.     object mActEdit: TMenuItem
  956.       Caption = '&Edit'
  957.       ShortCut = 13
  958.       OnClick = bActEditClick
  959.     end
  960.     object N3: TMenuItem
  961.       Caption = '-'
  962.     end
  963.     object mlCopyAct: TMenuItem
  964.       Caption = '&Copy'
  965.       ShortCut = 16451
  966.       OnClick = mlCopyActClick
  967.     end
  968.     object mlCopyAct1: TMenuItem
  969.       Caption = '&Copy'
  970.       ShortCut = 16429
  971.       Visible = False
  972.       OnClick = mlCopyActClick
  973.     end
  974.     object mlCutAct: TMenuItem
  975.       Caption = 'C&ut'
  976.       ShortCut = 16472
  977.       OnClick = mlCutActClick
  978.     end
  979.     object mlCutAct1: TMenuItem
  980.       Caption = 'C&ut'
  981.       ShortCut = 8238
  982.       Visible = False
  983.       OnClick = mlCutActClick
  984.     end
  985.     object mlPasteAct: TMenuItem
  986.       Caption = '&Paste'
  987.       ShortCut = 16470
  988.       OnClick = mlPasteActClick
  989.     end
  990.     object mlPasteAct1: TMenuItem
  991.       Caption = '&Paste'
  992.       ShortCut = 8237
  993.       Visible = False
  994.     end
  995.     object mlActDelete: TMenuItem
  996.       Caption = '&Delete'
  997.       ShortCut = 46
  998.       OnClick = mlActDeleteClick
  999.     end
  1000.     object N6: TMenuItem
  1001.       Caption = '-'
  1002.     end
  1003.     object mActMoveUp: TMenuItem
  1004.       Tag = -1
  1005.       Caption = '&Move up'
  1006.       ShortCut = 16422
  1007.       OnClick = mActMoveUpClick
  1008.     end
  1009.     object mActMoveDown: TMenuItem
  1010.       Tag = 1
  1011.       Caption = 'M&ove down'
  1012.       ShortCut = 16424
  1013.       OnClick = mActMoveUpClick
  1014.     end
  1015.   end
  1016.   object pmAddAct: TPopupMenu
  1017.     Left = 136
  1018.     Top = 240
  1019.   end
  1020.   object pmFilter: TPopupMenu
  1021.     OnPopup = mEditMenuClick
  1022.     Left = 24
  1023.     Top = 40
  1024.     object mlNewFilter: TMenuItem
  1025.       Caption = '&New'
  1026.       ShortCut = 45
  1027.       OnClick = mNewFilterClick
  1028.     end
  1029.     object mlNewSubfilter: TMenuItem
  1030.       Caption = 'New &Subfilter'
  1031.       ShortCut = 32813
  1032.       OnClick = mSubfilterClick
  1033.     end
  1034.     object N7: TMenuItem
  1035.       Caption = '-'
  1036.     end
  1037.     object mlCopyFilter: TMenuItem
  1038.       Caption = '&Copy'
  1039.       ShortCut = 16451
  1040.       OnClick = mCopyClick
  1041.     end
  1042.     object mlCopyTree: TMenuItem
  1043.       Tag = 1
  1044.       Caption = 'Copy tree'
  1045.       ShortCut = 24643
  1046.       OnClick = mCopyClick
  1047.     end
  1048.     object mlCutFilter: TMenuItem
  1049.       Caption = 'Cu&t'
  1050.       ShortCut = 16472
  1051.       OnClick = mlCutFilterClick
  1052.     end
  1053.     object mlCutTree: TMenuItem
  1054.       Tag = 1
  1055.       Caption = 'Cut tree'
  1056.       ShortCut = 24664
  1057.       OnClick = mlCutFilterClick
  1058.     end
  1059.     object mlPasteFilter: TMenuItem
  1060.       Caption = '&Paste'
  1061.       ShortCut = 16470
  1062.       OnClick = mlPasteFilterClick
  1063.     end
  1064.     object mlDelFilter: TMenuItem
  1065.       Caption = '&Delete'
  1066.       ShortCut = 46
  1067.       OnClick = mlDelFilterClick
  1068.     end
  1069.     object N8: TMenuItem
  1070.       Caption = '-'
  1071.     end
  1072.     object mlUpFilter: TMenuItem
  1073.       Tag = -1
  1074.       Caption = 'Move &up'
  1075.       ShortCut = 16422
  1076.       OnClick = bUpFilterClick
  1077.     end
  1078.     object mlDownFilter: TMenuItem
  1079.       Tag = 1
  1080.       Caption = '&Move down'
  1081.       ShortCut = 16424
  1082.       OnClick = bUpFilterClick
  1083.     end
  1084.     object mlMoveIn: TMenuItem
  1085.       Caption = 'Mo&ve in'
  1086.       ShortCut = 16423
  1087.       OnClick = mlMoveInClick
  1088.     end
  1089.     object mlMoveOut: TMenuItem
  1090.       Caption = 'Mov&e out'
  1091.       ShortCut = 16421
  1092.       OnClick = mlMoveOutClick
  1093.     end
  1094.   end
  1095.   object ilFilters: TImageList
  1096.     Left = 400
  1097.     Top = 148
  1098.     Bitmap = {
  1099.       494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1100.       0000000000003600000028000000400000001000000001002000000000000010
  1101.       000000000000000000000000000000000000000000000000000000000000FFFF
  1102.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1103.       0000000000000000000000000000000000000000000000000000000000000000
  1104.       0000000000000000000000000000000000000000000000000000000000000000
  1105.       0000000000000000000000000000000000000000000000000000000000000000
  1106.       0000000000000000000000000000000000000000000000000000000000000000
  1107.       0000000000000000000000000000000000000000000000000000000000000000
  1108.       0000000000000000000000000000000000000000000000000000000000000000
  1109.       000000000000000000000000000000000000000000000000000000000000FFFF
  1110.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1111.       0000000000000000000000000000000000000000000000000000000000000000
  1112.       0000000000000000000000000000000000000000000000000000000000000000
  1113.       0000000000000000000000000000000000000000000000000000000000000000
  1114.       0000000000000000000000000000000000000000000000000000000000000000
  1115.       0000000000000000000000000000000000000000000000000000000000000000
  1116.       0000000000000000000000000000000000000000000000000000000000000000
  1117.       000000000000000000000000000000000000000000000000000000000000FFFF
  1118.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  1119.       0000000000000000000000000000000000000000000000000000000000000000
  1120.       0000000000000000000000000000000000000000000000000000000000000000
  1121.       0000000000000000000000000000000000000000000000000000000000000000
  1122.       0000000000000000000000000000000000000000000000000000000000000000
  1123.       0000000000000000000000000000000000000000000000000000000000000000
  1124.       0000000000000000000000000000000000000000000000000000000000000000
  1125.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  1126.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  1127.       0000000000000000000000000000000000000000000000000000000000000000
  1128.       0000000000000000000000000000000000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       0000000000000000000000000000000000000000000000000000000000000000
  1132.       0000000000000000000000000000000000000000000000000000000000000000
  1133.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1134.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
  1135.       0000000000000000000000000000000000000000000000000000000000000000
  1136.       0000000000000000000000000000000000000000000000000000000000000000
  1137.       0000000000000000000000000000000000000000000000000000000000000000
  1138.       0000000000000000000000000000000000000000000000000000000000000000
  1139.       0000000000000000000000000000000000000000000000000000000000000000
  1140.       0000000000000000000000000000000000000000000000000000000000000000
  1141.       00000000000000000000000000000000000000000000FFFFFF0000000000FFFF
  1142.       FF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00000000000000
  1143.       0000000000000000000000000000000000000000000000000000000000000000
  1144.       0000000000000000000000000000000000000000000000000000000000000000
  1145.       0000000000000000000000000000000000000000000000000000000000000000
  1146.       0000000000000000000000000000000000000000000000000000000000000000
  1147.       0000000000000000000000000000000000000000000000000000000000000000
  1148.       0000000000000000000000000000000000000000000000000000000000000000
  1149.       00000000000000000000000000000000000000000000FFFFFF0000000000FFFF
  1150.       FF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00000000000000
  1151.       0000000000000000000000000000000000000000000000000000000000000000
  1152.       0000000000000000000000000000000000000000000000000000000000000000
  1153.       0000000000000000000000000000000000000000000000000000000000000000
  1154.       0000000000000000000000000000000000000000000000000000000000000000
  1155.       0000000000000000000000000000000000000000000000000000000000000000
  1156.       0000000000000000000000000000000000000000000000000000000000000000
  1157.       00000000000000000000000000000000000000000000FFFFFF0000000000FFFF
  1158.       FF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00000000000000
  1159.       0000000000000000000000000000000000000000000000000000000000000000
  1160.       0000000000000000000000000000000000000000000000000000000000000000
  1161.       0000000000000000000000000000000000000000000000000000000000000000
  1162.       0000000000000000000000000000000000000000000000000000000000000000
  1163.       0000000000000000000000000000000000000000000000000000000000000000
  1164.       0000000000000000000000000000000000000000000000000000000000000000
  1165.       000000000000000000000000000000000000000000000000000000000000FFFF
  1166.       FF0000000000FFFFFF0000000000FFFFFF000000000000000000000000000000
  1167.       0000000000000000000000000000000000000000000000000000000000000000
  1168.       0000000000000000000000000000000000000000000000000000000000000000
  1169.       0000000000000000000000000000000000000000000000000000000000000000
  1170.       0000000000000000000000000000000000000000000000000000000000000000
  1171.       0000000000000000000000000000000000000000000000000000000000000000
  1172.       0000000000000000000000000000000000000000000000000000000000000000
  1173.       000000000000000000000000000000000000000000000000000000000000FFFF
  1174.       FF0000000000FFFFFF0000000000FFFFFF000000000000000000000000000000
  1175.       0000000000000000000000000000000000000000000000000000000000000000
  1176.       0000000000000000000000000000000000000000000000000000000000000000
  1177.       0000000000000000000000000000000000000000000000000000000000000000
  1178.       0000000000000000000000000000000000000000000000000000000000000000
  1179.       0000000000000000000000000000000000000000000000000000000000000000
  1180.       0000000000000000000000000000000000000000000000000000000000000000
  1181.       0000000000000000000000000000000000000000000000000000000000000000
  1182.       0000000000000000000000000000000000000000000000000000000000000000
  1183.       0000000000000000000000000000000000000000000000000000000000000000
  1184.       0000000000000000000000000000000000000000000000000000000000000000
  1185.       0000000000000000000000000000000000000000000000000000000000000000
  1186.       0000000000000000000000000000000000000000000000000000000000000000
  1187.       0000000000000000000000000000000000000000000000000000000000000000
  1188.       0000000000000000000000000000000000000000000000000000000000000000
  1189.       0000000000000000000000000000000000000000000000000000000000000000
  1190.       0000000000000000000000000000000000000000000000000000000000000000
  1191.       0000000000000000000000000000000000000000000000000000000000000000
  1192.       0000000000000000000000000000000000000000000000000000000000000000
  1193.       0000000000000000000000000000000000000000000000000000000000000000
  1194.       0000000000000000000000000000000000000000000000000000000000000000
  1195.       0000000000000000000000000000000000000000000000000000000000000000
  1196.       0000000000000000000000000000000000000000000000000000000000000000
  1197.       0000000000000000000000000000000000000000000000000000000000000000
  1198.       0000000000000000000000000000000000000000000000000000000000000000
  1199.       0000000000000000000000000000000000000000000000000000000000000000
  1200.       0000000000000000000000000000000000000000000000000000000000000000
  1201.       0000000000000000000000000000000000000000000000000000000000000000
  1202.       0000000000000000000000000000000000000000000000000000000000000000
  1203.       0000000000000000000000000000000000000000000000000000000000000000
  1204.       0000000000000000000000000000000000000000000000000000000000000000
  1205.       0000000000000000000000000000000000000000000000000000000000000000
  1206.       0000000000000000000000000000000000000000000000000000000000000000
  1207.       0000000000000000000000000000000000000000000000000000000000000000
  1208.       0000000000000000000000000000000000000000000000000000000000000000
  1209.       0000000000000000000000000000000000000000000000000000000000000000
  1210.       0000000000000000000000000000000000000000000000000000000000000000
  1211.       0000000000000000000000000000000000000000000000000000000000000000
  1212.       0000000000000000000000000000000000000000000000000000000000000000
  1213.       0000000000000000000000000000000000000000000000000000000000000000
  1214.       0000000000000000000000000000000000000000000000000000000000000000
  1215.       0000000000000000000000000000000000000000000000000000000000000000
  1216.       0000000000000000000000000000000000000000000000000000000000000000
  1217.       0000000000000000000000000000000000000000000000000000000000000000
  1218.       0000000000000000000000000000000000000000000000000000000000000000
  1219.       0000000000000000000000000000000000000000000000000000000000000000
  1220.       0000000000000000000000000000000000000000000000000000000000000000
  1221.       0000000000000000000000000000000000000000000000000000000000000000
  1222.       0000000000000000000000000000000000000000000000000000000000000000
  1223.       0000000000000000000000000000000000000000000000000000000000000000
  1224.       0000000000000000000000000000000000000000000000000000000000000000
  1225.       0000000000000000000000000000000000000000000000000000000000000000
  1226.       0000000000000000000000000000000000000000000000000000000000000000
  1227.       0000000000000000000000000000000000000000000000000000000000000000
  1228.       0000000000000000000000000000000000000000000000000000000000000000
  1229.       000000000000000000000000000000000000424D3E000000000000003E000000
  1230.       2800000040000000100000000100010000000000800000000000000000000000
  1231.       000000000000000000000000FFFFFF00C0FF000000000000C0FF000000000000
  1232.       C07F000000000000803F000000000000001F000000000000001F000000000000
  1233.       001F000000000000001F000000000000003F000000000000807F000000000000
  1234.       C0FF000000000000FFFF000000000000FFFF000000000000FFFF000000000000
  1235.       FFFF000000000000FFFF00000000000000000000000000000000000000000000
  1236.       000000000000}
  1237.   end
  1238.   object tmSearch: TTimer
  1239.     Enabled = False
  1240.     Interval = 200
  1241.     OnTimer = tmSearchTimer
  1242.     Left = 515
  1243.     Top = 11
  1244.   end
  1245. end
  1246.